What doesn't MySQL do? [closed]
Posted
by sean riley
on Stack Overflow
See other posts from Stack Overflow
or by sean riley
Published on 2009-05-08T19:43:47Z
Indexed on
2010/03/15
12:19 UTC
Read the original article
Hit count: 203
When using MySQL 5.1 Enterprise after years of using other database products like Sybase, Infomix, DB2; I run into things that MySQL just doesn't do. For example, it can only generate an EXPLAIN query plan for SELECT queries.
What are the other things I should watch out for?
© Stack Overflow or respective owner